.Net Analysis tools [closed]
Posted
by TWith2Sugars
on Stack Overflow
See other posts from Stack Overflow
or by TWith2Sugars
Published on 2009-07-23T07:33:45Z
Indexed on
2010/05/27
17:01 UTC
Read the original article
Hit count: 274
Possible Duplicate:
What static analysis tools are available for C#?
At work we tend to use two tools for analysing our projects, FxCop to analyse our managed code and StyleCop to have consistent code layout.
I found these tools pretty much by accident and it has led me to wonder what other tools are available that I might of missed?
© Stack Overflow or respective owner